home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presen…rary 6 (Reseller Edition) / Apple Ref. & Pres. Lib.v6.0.toast / pc / 3-Presentations / Apple Demos / Training / Apple Scanner Training / Needs / card_4967.txt < prev    next >
Text File  |  1990-04-09  |  7KB  |  270 lines

  1. -- card: 4967 from stack: in
  2. -- bmap block id: 5405
  3. -- flags: 0000
  4. -- background id: 2597
  5. -- name: Engineering/Scientific
  6. ----- HyperTalk script -----
  7. on openCard
  8.   global whichButton
  9.   put "Scan Drawings" into whichButton
  10.   hide menuBar
  11.   set hilite of background button "Hide Bottlenecks" to false
  12.   hide background field "Bottlenecks Header"
  13.   hide card field "Bottlenecks"
  14.   show background field "Benefits Header"
  15.   show background field "Features Header"
  16.   show card field "Benefits"
  17.   show card field "Features"
  18.   hide background button "Hide Bottlenecks"
  19.   show background button "Show Bottlenecks"
  20.   set hilite of card button id 31 to false
  21.   show card field "Features"
  22.   show card field "Benefits"
  23.   get the location of card button whichButton
  24.   click at it
  25. end openCard
  26.  
  27. on closeCard
  28.   global whichButton
  29.   put empty into whichButton
  30.   hide menuBar
  31.   hide card field "Cover All"
  32.   hide card button "Self-Check"
  33.   hide background field "Bottlenecks Header"
  34.   hide card field "Bottlenecks"
  35.   show background field "Benefits Header"
  36.   show background field "Features Header"
  37.   show card field "Benefits"
  38.   show card field "Features"
  39.   hide background button "Hide Bottlenecks"
  40.   show background button "Show Bottlenecks"
  41.   put empty into card field "Features"
  42.   put empty into card field "Benefits"
  43.   set hilite of card button id 31 to false
  44. end closeCard
  45.  
  46.  
  47. -- part 18 (field)
  48. -- low flags: 01
  49. -- high flags: 0002
  50. -- rect: left=368 top=79 right=269 bottom=505
  51. -- title width / last selected line: 0
  52. -- icon id / first selected line: 0 / 0
  53. -- text alignment: 0
  54. -- font id: 3
  55. -- text size: 10
  56. -- style flags: 0
  57. -- line height: 13
  58. -- part name: Features
  59.  
  60.  
  61. -- part 21 (field)
  62. -- low flags: 81
  63. -- high flags: 0007
  64. -- rect: left=253 top=91 right=252 bottom=485
  65. -- title width / last selected line: 0
  66. -- icon id / first selected line: 0 / 0
  67. -- text alignment: 0
  68. -- font id: 3
  69. -- text size: 10
  70. -- style flags: 0
  71. -- line height: 13
  72. -- part name: Productivity Explained
  73.  
  74.  
  75. -- part 30 (field)
  76. -- low flags: 01
  77. -- high flags: 0002
  78. -- rect: left=6 top=79 right=109 bottom=189
  79. -- title width / last selected line: 0
  80. -- icon id / first selected line: 0 / 0
  81. -- text alignment: 0
  82. -- font id: 3
  83. -- text size: 10
  84. -- style flags: 0
  85. -- line height: 13
  86. -- part name: Scan Drawings
  87.  
  88.  
  89. -- part 31 (button)
  90. -- low flags: 00
  91. -- high flags: 0000
  92. -- rect: left=7 top=80 right=108 bottom=188
  93. -- title width / last selected line: 0
  94. -- icon id / first selected line: 0 / 0
  95. -- text alignment: 1
  96. -- font id: 0
  97. -- text size: 12
  98. -- style flags: 0
  99. -- line height: 16
  100. -- part name: Scan Drawings
  101. ----- HyperTalk script -----
  102. on mouseUp
  103.   global whichButton
  104.   put "Scan Drawings" into whichButton
  105.   put empty into card field "Features"
  106.   put empty into card field "Benefits"
  107.   put empty into card field "Bottlenecks"
  108.   set hilite of card button id 31 to true
  109.   if hilite of background button "Hide Bottlenecks" is true then
  110.     put "Redrawing of blueprints and schematics is time consuming.  The Apple Scanner can be used to scan these documents into the Macintosh computer." into card field "Bottlenecks"
  111.   else
  112.     if hilite of background button "Hide Bottlenecks" is not true then
  113.       put "1) Line art composition" into line 1 of card field "Features"
  114.       put "2) Threshold setting." into line 2 of card field "Features"
  115.       put "1) Line art composition maintains detail on scan" into line 1 of card field "Benefits"
  116.       put "2) The Threshold setting maintains the density of the original image." into line 2 of card field "Benefits"
  117.       show card field "Features"
  118.       show card field "Benefits"
  119.     end if
  120.   end if
  121. end mouseUp
  122.  
  123.  
  124. -- part 40 (field)
  125. -- low flags: 01
  126. -- high flags: 0002
  127. -- rect: left=194 top=79 right=270 bottom=362
  128. -- title width / last selected line: 0
  129. -- icon id / first selected line: 0 / 0
  130. -- text alignment: 0
  131. -- font id: 3
  132. -- text size: 10
  133. -- style flags: 0
  134. -- line height: 13
  135. -- part name: Benefits
  136.  
  137.  
  138. -- part 39 (field)
  139. -- low flags: 81
  140. -- high flags: 0004
  141. -- rect: left=139 top=126 right=237 bottom=394
  142. -- title width / last selected line: 0
  143. -- icon id / first selected line: 0 / 0
  144. -- text alignment: 0
  145. -- font id: 3
  146. -- text size: 12
  147. -- style flags: 256
  148. -- line height: 16
  149. -- part name: Bibliography
  150.  
  151.  
  152. -- part 45 (button)
  153. -- low flags: 00
  154. -- high flags: 2000
  155. -- rect: left=442 top=281 right=302 bottom=464
  156. -- title width / last selected line: 0
  157. -- icon id / first selected line: 0 / 0
  158. -- text alignment: 1
  159. -- font id: 0
  160. -- text size: 12
  161. -- style flags: 0
  162. -- line height: 16
  163. -- part name: Next Card
  164. ----- HyperTalk script -----
  165. on mouseUp
  166.   visual wipe right slow to card
  167.   go to card id 7636
  168. end mouseUp
  169.  
  170.  
  171.  
  172. -- part 46 (button)
  173. -- low flags: 00
  174. -- high flags: 2000
  175. -- rect: left=404 top=281 right=302 bottom=429
  176. -- title width / last selected line: 0
  177. -- icon id / first selected line: 0 / 0
  178. -- text alignment: 1
  179. -- font id: 0
  180. -- text size: 12
  181. -- style flags: 0
  182. -- line height: 16
  183. -- part name: Prev Card
  184. ----- HyperTalk script -----
  185. on mouseUp
  186.   visual wipe left slow to card
  187.   go to card id 2326
  188. end mouseUp
  189.  
  190.  
  191.  
  192. -- part 47 (field)
  193. -- low flags: 81
  194. -- high flags: 0002
  195. -- rect: left=258 top=79 right=270 bottom=428
  196. -- title width / last selected line: 0
  197. -- icon id / first selected line: 0 / 0
  198. -- text alignment: 0
  199. -- font id: 3
  200. -- text size: 10
  201. -- style flags: 0
  202. -- line height: 13
  203. -- part name: Bottlenecks
  204.  
  205.  
  206. -- part 48 (field)
  207. -- low flags: 81
  208. -- high flags: 0001
  209. -- rect: left=366 top=277 right=306 bottom=467
  210. -- title width / last selected line: 0
  211. -- icon id / first selected line: 0 / 0
  212. -- text alignment: 0
  213. -- font id: 3
  214. -- text size: 12
  215. -- style flags: 0
  216. -- line height: 16
  217. -- part name: Cover All
  218.  
  219.  
  220. -- part 49 (button)
  221. -- low flags: 80
  222. -- high flags: A004
  223. -- rect: left=12 top=315 right=340 bottom=499
  224. -- title width / last selected line: 0
  225. -- icon id / first selected line: 0 / 0
  226. -- text alignment: 1
  227. -- font id: 0
  228. -- text size: 12
  229. -- style flags: 0
  230. -- line height: 16
  231. -- part name: Self-Check
  232. ----- HyperTalk script -----
  233. on mouseUp
  234.   visual iris close
  235.   hide card button "Self-Check"
  236.   hide card field "Cover All"
  237.   pop card
  238. end mouseUp
  239.  
  240.  
  241.  
  242. -- part contents for card part 21
  243. ----- text -----
  244. Productivity:
  245. The Apple Scanner will read text and graphics generated on non-Apple compatible systems and merge them into word processing, graphics, and page composition programs.  This can save time and money, as file compatibility is no longer an issue.  This capability removes the need to retype documents.  With OCR software, existing documents created by  expensive "conventional" typesetting means can be integrated into an electronic publishing system.
  246.  
  247. -- part contents for card part 30
  248. ----- text -----
  249. ‚Ä¢  Scan Pen & Ink drawings, archi-
  250.     tecural layouts, and schematics. 
  251.  
  252. -- part contents for card part 39
  253. ----- text -----
  254. This Information from: Notes on Selling meeting with Cam & Jane on Mondy, June 13, 1988.
  255.  
  256. -- part contents for background part 28
  257. ----- text -----
  258. Needs
  259.  
  260. -- part contents for background part 29
  261. ----- text -----
  262. Benefits
  263.  
  264. -- part contents for background part 30
  265. ----- text -----
  266. Features
  267.  
  268. -- part contents for background part 33
  269. ----- text -----
  270. Bottlenecks